ICloneable
Ecng.Common
Defines a method that creates a new object that is a deep copy of the current instance.
Реализует: ICloneable
Методы
Clone
public T Clone()
result = iCloneable.Clone()
Creates a new object that is a deep copy of the current instance.
Возвращает: A new object that is a deep copy of this instance.